DioDocs for Excel
SavePDF(String,IList<PageInfo>,PdfSaveOptions) メソッド

DS.Documents.Excel アセンブリ > GrapeCity.Documents.Excel 名前空間 > PrintManager クラス > SavePDF メソッド : SavePDF(String,IList<PageInfo>,PdfSaveOptions) メソッド
指定するPDFファイル。
ページ情報のコレクション。
PDF ファイルを保存する際のオプション。
ページのデータを指定されたPDFファイルに保存します。
シンタックス
'宣言
 
Public Overloads Sub SavePDF( _
   ByVal fileName As System.String, _
   ByVal pages As System.Collections.Generic.IList(Of PageInfo), _
   Optional ByVal options As PdfSaveOptions _
) 
public void SavePDF( 
   System.string fileName,
   System.Collections.Generic.IList<PageInfo> pages,
   PdfSaveOptions options
)

パラメータ

fileName
指定するPDFファイル。
pages
ページ情報のコレクション。
options
PDF ファイルを保存する際のオプション。
参照

PrintManager クラス
PrintManager メンバ
オーバーロード一覧